From 26ca77d01bda192496072a84e099f3b539fc9f6e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 27 Feb 2021 17:49:13 -0500 Subject: [PATCH] aboutdialog: Small docs tweak --- gtk/gtkaboutdialog.c | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/gtk/gtkaboutdialog.c b/gtk/gtkaboutdialog.c index e8f10ffc4f..8922d574be 100644 --- a/gtk/gtkaboutdialog.c +++ b/gtk/gtkaboutdialog.c @@ -64,12 +64,14 @@ * GtkAboutDialog: * * The `GtkAboutDialog` offers a simple way to display information about - * a program like its logo, name, copyright, website and license. + * a program. * - * It is also possible to give credits to the authors, documenters, translators - * and artists who have worked on the program. An about dialog is typically - * opened when the user selects the `About` option from the `Help` menu. - * All parts of the dialog are optional. + * The shown information includes the programs' logo, name, copyright, + * website and license. It is also possible to give credits to the authors, + * documenters, translators and artists who have worked on the program. + * + * An about dialog is typically opened when the user selects the `About` + * option from the `Help` menu. All parts of the dialog are optional. * * ![An example GtkAboutDialog](aboutdialog.png) * -- 2.30.2